projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0b82b
)
spinbutton: remove unused variable
author
Xan Lopez
<xlopez@igalia.com>
Fri, 4 Mar 2011 20:43:08 +0000
(21:43 +0100)
committer
Xan Lopez
<xlopez@igalia.com>
Fri, 4 Mar 2011 20:43:08 +0000
(21:43 +0100)
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index 6bc78e08661c7712db8d3342c301901c95aac3dd..bbe132ff4c6ab60cdef9a27096421ba8c55bd90a 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-990,7
+990,7
@@
gtk_spin_button_draw_arrow (GtkSpinButton *spin_button,
GtkWidget *widget;
gdouble angle;
gint panel_height;
- gdouble size, width, height,
actual_width,
x, y;
+ gdouble size, width, height, x, y;
g_return_if_fail (arrow_type == GTK_ARROW_UP || arrow_type == GTK_ARROW_DOWN);